home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / slack-docs / README next >
Text File  |  1996-05-09  |  4KB  |  99 lines

  1. S3.0a  README1: A LINUX-TO-DEMON-INTERNET CONFIGURATION GUIDE   10/05/96
  2.  
  3.         CONFIGURING SLACKWARE LINUX FOR ACCESS TO DEMON INTERNET
  4.         ========================================================
  5.  
  6.  
  7. 1A Introduction
  8. ---------------
  9. Most of this guide has been tested on Slackware 3.0, 2.3, 2.2 and 2.1.
  10. There are earlier versions for Slackware 2.0 and 1.2.  It describes
  11. dial-up SLIP/PPP access to Demon Internet, with a static IP address,
  12. defined host name and SMTP mail delivery (not PoP).
  13.  
  14. There are four packages:
  15.  
  16. * The BASE package explains how to configure Slackware Linux on a single
  17.   machine, connected to the Internet via dial-up serial line to Demon
  18.   Internet.  It configures basic networking and e-mail.
  19.  
  20. * The CNEWS package describes how to obtain Usenet news using C News and
  21.   slurp as news transport agents, and nn or tin as news reader.
  22.  
  23. * The INN package explains how to use INN for Usenet news, instead of 
  24.   C News.  INN is a more modern news transport agent than C News and is 
  25.   gaining in popularity.  You must choose to install either C News or 
  26.   INN, but not both.  They will not work together.
  27.  
  28. * The BIND package describes how to run a simple (optional) cache-only 
  29.   name server using the named daemon.
  30.  
  31. You can run the unpack script to extract the files from each package 
  32. you ask for.  It will take care to preserve the correct ownership and 
  33. permission for each file.  Please run it as root to allow it to do this.
  34.  
  35. Start with the README in the BASE package.  If you want Usenet news, 
  36. continue with the README in either the CNEWS package or the INN package.  
  37. If you want to run a cache-only name server, follow the README in the 
  38. BIND package.
  39.  
  40. This is not an installation manual so it does not give details of how to
  41. install Slackware Linux and its packages.  It does give details of how 
  42. to configure an installation for Internet access.  It describes just one 
  43. way of doing this.  There are many alternatives, and further things that 
  44. can be done to run the machine in the ways that suit you best.  Following 
  45. the READMEs should result in a basic but fully functional system.  After 
  46. that it's over to you.
  47.  
  48.  
  49. 1B Further documentation
  50. ------------------------
  51. Lists are available of some of the problems with Slackware 2.2 and
  52. later, and the simple fixes available.  They are found on ftp.netcom.com
  53. in /pub/ze/zenon/linux/Slackware2Fixes and Slackware3Fixes.  For a newer
  54. source see http://www.cuug.ab.ca:8001/~barkers/programs/slackware-fixes/
  55.  
  56. A very fine reference work is the Linux Network Administrators' Guide by
  57. Olaf Kirch.  I recommend this highly. It may be found on sunsite.unc.edu
  58. in directory /pub/Linux/docs/LDP/network-guide, and on other good Linux 
  59. ftp sites.  It is now also available as an O'Reilly book.
  60.  
  61. The NET-2-HOWTO (also covering NET-3) is in /usr/doc/faq/howto in this
  62. distribution, with the Mail-HOWTO, News-HOWTO and a lot of other very
  63. useful documents.  I assume here that you have installed the F series
  64. disks.  There is much good information there.
  65.  
  66. For further information, available documentation on Linux is listed in
  67. /pub/doc/os/linux.txt on ftp.demon.co.uk.
  68.  
  69.  
  70. 1C Acknowledgments
  71. ------------------
  72. I have included in this package a binary of the program slurp 1.10 by
  73. Stephen Hebditch (steveh@tqmcomms.co.uk).  Thanks are due to him.  The
  74. source is available by ftp from ftp.demon.co.uk in /pub/news/slurp.
  75.  
  76. A number of people provided examples, criticism and other help. They
  77. include ivan@dreamtim.demon.co.uk, karl@borg.demon.co.uk,
  78. martin@pandora.demon.co.uk, richard@stonix.demon.co.uk & jman@home.org.
  79. My thanks go to them and to everyone else who has contributed.
  80.  
  81. 1D Copyright, errors and disclaimer
  82. -----------------------------------
  83. The INN package and unpack script are copyright 1995 Ivan A. Beveridge.  
  84. Please read and respect his distribution policy.
  85.  
  86. The remaining material here is copyright 1994-6 John A. Phillips.
  87. Reproduction and distribution of complete and unedited copies is allowed
  88. without prior permission of the author.  You may quote short sections
  89. without asking.
  90.  
  91. Error reports are welcome, as are suggestions for improvement.  Please
  92. send them to john@linux.demon.co.uk.
  93.  
  94. THIS MATERIAL IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  95. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  96. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  97.  
  98. END OF README1
  99.